gh-106320: Move private _PyGen API to the internal C API#107032
gh-106320: Move private _PyGen API to the internal C API#107032vstinner merged 1 commit intopython:mainfrom
Conversation
Move private _PyGen API to internal C API: * _PyAsyncGenAThrow_Type * _PyAsyncGenWrappedValue_Type * _PyCoroWrapper_Type * _PyGen_FetchStopIterationValue() * _PyGen_Finalize() * _PyGen_SetStopIterationValue() No longer these symbols, except of the ones by the _asyncio shared extensions.
|
If |
|
@rdb:
Would you mind to open a new issue to request a public replacement function? Please explain how you use this function, and how existing API is not enough. |
|
@vstinner We've switched to using |
|
When can add a public function. Just open an issue to ask for it, so we can discuss the issue and decide if it's worth it |
|
It's not necessary, unless you're telling me that |
Move private _PyGen API to internal C API:
No longer these symbols, except of the ones by the _asyncio shared extensions.